home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: RequestDispatcher.r.h
- *
- * Contains: xxx put contents here xxx
- *
- * Written by: Rick Violet
- *
- * Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
- *
- * Change History (most recent first):
- *
- * 11/18/92 RV xxx put comment here xxx
- *
- * To Do:
- */
-
- #ifndef __RequestDispatcherResources__
- #define __RequestDispatcherResources__
-
-
- /*—————————————————————————————————————————————————————————————————————————————————————
- These constants pertain to resource usage or definition.
-
- This file can be included by a Rez source file (.r)
- or a C/C++ (.c/.cp) source file.
-
- Constants which occur in both Rez & C/C++ sources are put here to prevent
- two definitions of a constant with differing values. This way there is
- one definition, and only one value.
- —————————————————————————————————————————————————————————————————————————————————————*/
-
- /*—————————————————————————————————————————————————————————————————————————————————————
- The following are indicies into our error STR# resource.
- */
- #define kDispatcherErrStrings 129 /* STR# id for RequestDispatcher error messages */
-
- #define kReqQueueConstructErr 1 /* Failed to construct request Queue */
- #define kServQueueConstructErr 2 /* Failed to construct Service Queue */
- #define kMakeServProcTableErr 3 /* Failed to construct MakeServiceProcTable */
- #define kDispatcherConstructErr 4 /* Failed to construct RequestDispatcher */
- /*SBR Hacked this out, moved to Application.r.h 10/16/94 */
- /*#define kAppleEventVersionErr 5 /* Wrong version of AppleEvent manager */
- /*SBR Hacked this in 10/16/94 */
- #define kThreadsNotPresentErr 5 /* ThreadedService called without Threads */
-
-
-
- #endif
-